From: Dominique Belhachemi Date: Mon, 27 Oct 2025 18:54:02 +0000 (-0400) Subject: Fix viskores warning X-Git-Tag: archive/raspbian/9.5.2+dfsg2-4+rpi1^2~10 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=2639ee47dc623254776cbd1db841c71f1f207752;p=vtk9.git Fix viskores warning Last-Update: 2025-09-25 /vtk9/ThirdParty/viskores/vtkviskores/viskores/viskores/cont/tbb/internal/RuntimeDeviceConfigurationTBB.h:49:66: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor] 49 | RuntimeDeviceConfiguration() Gbp-Pq: Name 40_viskores.patch --- diff --git a/ThirdParty/viskores/vtkviskores/viskores/viskores/cont/tbb/internal/RuntimeDeviceConfigurationTBB.h b/ThirdParty/viskores/vtkviskores/viskores/viskores/cont/tbb/internal/RuntimeDeviceConfigurationTBB.h index 133fa394..3c5cf5d8 100644 --- a/ThirdParty/viskores/vtkviskores/viskores/viskores/cont/tbb/internal/RuntimeDeviceConfigurationTBB.h +++ b/ThirdParty/viskores/vtkviskores/viskores/viskores/cont/tbb/internal/RuntimeDeviceConfigurationTBB.h @@ -46,7 +46,7 @@ class RuntimeDeviceConfiguration { public: VISKORES_CONT - RuntimeDeviceConfiguration() + RuntimeDeviceConfiguration() : #if TBB_VERSION_MAJOR >= 2020 HardwareMaxThreads(::tbb::task_arena{}.max_concurrency())